3.360 \(\int \cot ^2(c+d x) (a+b \sec (c+d x))^n \, dx\)

Optimal. Leaf size=24 \[ \text {Int}\left (\cot ^2(c+d x) (a+b \sec (c+d x))^n,x\right ) \]

[Out]

Unintegrable(cot(d*x+c)^2*(a+b*sec(d*x+c))^n,x)

________________________________________________________________________________________

Rubi [A]  time = 0.04, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int \cot ^2(c+d x) (a+b \sec (c+d x))^n \, dx \]

Verification is Not applicable to the result.

[In]

Int[Cot[c + d*x]^2*(a + b*Sec[c + d*x])^n,x]

[Out]

Defer[Int][Cot[c + d*x]^2*(a + b*Sec[c + d*x])^n, x]

Rubi steps

\begin {align*} \int \cot ^2(c+d x) (a+b \sec (c+d x))^n \, dx &=\int \cot ^2(c+d x) (a+b \sec (c+d x))^n \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 3.72, size = 0, normalized size = 0.00 \[ \int \cot ^2(c+d x) (a+b \sec (c+d x))^n \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[Cot[c + d*x]^2*(a + b*Sec[c + d*x])^n,x]

[Out]

Integrate[Cot[c + d*x]^2*(a + b*Sec[c + d*x])^n, x]

________________________________________________________________________________________

fricas [A]  time = 0.56, size = 0, normalized size = 0.00 \[ {\rm integral}\left ({\left (b \sec \left (d x + c\right ) + a\right )}^{n} \cot \left (d x + c\right )^{2}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(d*x+c)^2*(a+b*sec(d*x+c))^n,x, algorithm="fricas")

[Out]

integral((b*sec(d*x + c) + a)^n*cot(d*x + c)^2, x)

________________________________________________________________________________________

giac [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\left (b \sec \left (d x + c\right ) + a\right )}^{n} \cot \left (d x + c\right )^{2}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(d*x+c)^2*(a+b*sec(d*x+c))^n,x, algorithm="giac")

[Out]

integrate((b*sec(d*x + c) + a)^n*cot(d*x + c)^2, x)

________________________________________________________________________________________

maple [A]  time = 1.05, size = 0, normalized size = 0.00 \[ \int \left (\cot ^{2}\left (d x +c \right )\right ) \left (a +b \sec \left (d x +c \right )\right )^{n}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cot(d*x+c)^2*(a+b*sec(d*x+c))^n,x)

[Out]

int(cot(d*x+c)^2*(a+b*sec(d*x+c))^n,x)

________________________________________________________________________________________

maxima [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\left (b \sec \left (d x + c\right ) + a\right )}^{n} \cot \left (d x + c\right )^{2}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(d*x+c)^2*(a+b*sec(d*x+c))^n,x, algorithm="maxima")

[Out]

integrate((b*sec(d*x + c) + a)^n*cot(d*x + c)^2, x)

________________________________________________________________________________________

mupad [A]  time = 0.00, size = -1, normalized size = -0.04 \[ \int {\mathrm {cot}\left (c+d\,x\right )}^2\,{\left (a+\frac {b}{\cos \left (c+d\,x\right )}\right )}^n \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cot(c + d*x)^2*(a + b/cos(c + d*x))^n,x)

[Out]

int(cot(c + d*x)^2*(a + b/cos(c + d*x))^n, x)

________________________________________________________________________________________

sympy [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \left (a + b \sec {\left (c + d x \right )}\right )^{n} \cot ^{2}{\left (c + d x \right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(d*x+c)**2*(a+b*sec(d*x+c))**n,x)

[Out]

Integral((a + b*sec(c + d*x))**n*cot(c + d*x)**2, x)

________________________________________________________________________________________